home *** CD-ROM | disk | FTP | other *** search
- #This file is used with the vt100 program and a KAM. You'll have to modify
- #this file if you use it with other TNCs. It should be copied into the
- # directory df0:s so that the vt100 program will find no matter which
- # directory you are in when you start vt100 running.
- # Note that the following baud command will have to be changed if you are
- # not running at 9600 and without this line, the vt100 program defaults
- # to 1200 baud.
- baud 9600
- volume 64
- # Shifted Function keys select a RTTY/ASCII/CW speed
- f 20 "^C0"
- f 11 "^C1"
- f 12 "^C2"
- f 13 "^C3"
- f 14 "^C4"
- f 15 "^C5"
- f 16 "^C6"
- f 17 "^C7"
- f 18 "^C8"
- f 19 "^C9"
- # F1 - return to command mode
- f 1 "^CX"
- # F2 - Change shift to next higher one
- f 2 "^CS"
- # F3 - Toggle Inversion of received signal
- f 3 "^CI"
- # F4 - Lock CW receive speed
- f 4 "^CL"
- # F5 - Unlock CW receive speed
- f 5 "^CU"
- # F10 - Switch to transmit ... deliberately put at the end out of the way!
- f 10 "^CT"
- # F6 - Switch to receive
- f 6 "^CR"
- # F7 - Switch to receive when buffer empty
- f 7 "^CE"
- mode crlf
- send "^C|astat^M"
- wait ":"
- send "autolf on^M"
- wait ":"
- send "mon on/on^M"
- wait ":"
- send "echo on^M"
- wait ":"
- send "conok on^M"
- wait ":"
- send "txflow on^M"
- wait ":"
- send "XON $11^M"
- wait ":"
- send "xoff $13^M"
- wait ":"
- send "xflow on^M"
- wait ":"
- send "BTEXT VE5VA === Gate VE5VA-1 . Mail VE5VA-2 . Node VE5VA-3 === Grid=do62qb^M"
- wait ":"
- send "|amycall^M"
- wait ":"
- send "|apbl^M"
- wait "cmd:"
- send "|adayt^M"
-